Skip to content

build(deps): bump the actions group across 1 directory with 4 updates - #439

Merged
2bndy5 merged 1 commit into
mainfrom
dependabot/github_actions/actions-f9d25b7bdb
Sep 8, 2026
Merged

build(deps): bump the actions group across 1 directory with 4 updates#439
2bndy5 merged 1 commit into
mainfrom
dependabot/github_actions/actions-f9d25b7bdb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 4 updates in the / directory: cargo-bins/cargo-binstall, hustcer/setup-nu, astral-sh/setup-uv and cross-platform-actions/action.

Updates cargo-bins/cargo-binstall from 1.21.1 to 1.22.0

Release notes

Sourced from cargo-bins/cargo-binstall's releases.

v1.22.0

Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install in most cases. Install it today with cargo install cargo-binstall, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall.

In this release:

  • Add --allow-insecure-http to permit plaintext HTTP (#2606 #2635)
Commits
  • 75b4bfa release: cargo-binstall v1.22.0 (#2640)
  • 64125a3 chore: release (#2620)
  • e192da8 build(deps): bump clap-cargo from 0.18.3 to 0.19.0 in the deps group (#2639)
  • 8f13773 dep: Upgrade transitive dependencies (#2638)
  • 4779ab6 feat: add --allow-insecure-http to permit plaintext HTTP (#2635)
  • b629f84 build(deps): bump netdev from 0.45.0 to 0.46.0 in the deps group (#2632)
  • 86d826d dep: Upgrade transitive dependencies (#2630)
  • b5723a5 dep: Upgrade transitive dependencies (#2627)
  • 44679a2 build(deps): bump actions/attest from 4.2.1 to 4.2.2 (#2626)
  • f21464c build(deps): bump actions/attest from 4.2.0 to 4.2.1 (#2621)
  • Additional commits viewable in compare view

Updates hustcer/setup-nu from 3.26 to 3.27

Release notes

Sourced from hustcer/setup-nu's releases.

v3.27

[3.27] - 2026-08-16

Bug Fixes

  • Correct commit SHA pinning and release pagination (#220)
  • Correct version range handling, check-latest and release fallback (#221)
  • Harden plugin registration, token handling and API pagination (#222)
  • Stop polluting the workspace and the user's Nu config (#223)

Features

  • Support pinned commit sha (#219)

Testing

  • Add a regression suite for release resolution and plugin registration (#224)

Deps

  • Upgrade @​vercel/ncc,globby and fix all pnpm audit warnings

New Contributors

Full Changelog: hustcer/setup-nu@v3.26...v3.27

Changelog

Sourced from hustcer/setup-nu's changelog.

Changelog

All notable changes to this project will be documented in this file.

[3.27] - 2026-08-16

Bug Fixes

  • Correct commit SHA pinning and release pagination (#220)
  • Correct version range handling, check-latest and release fallback (#221)
  • Harden plugin registration, token handling and API pagination (#222)
  • Stop polluting the workspace and the user's Nu config (#223)

Features

  • Support pinned commit sha (#219)

Testing

  • Add a regression suite for release resolution and plugin registration (#224)

Deps

  • Upgrade @​vercel/ncc,globby and fix all pnpm audit warnings

[3.26] - 2026-08-05

Miscellaneous Tasks

  • Bump undici from 6.23.0 to 8.7.0 (#217)

Deps

  • Upgrade undici,semver, & @​vercel/ncc
  • Upgrade globby,undici,@​vercel/ncc & semver
  • Bump actions/checkout to v7 (#216)
  • Upgrade lefthook,@​types/node & @​biomejs/biome
  • Upgrade globby,undici & @​biomejs/biome

[3.25] - 2026-06-03

Miscellaneous Tasks

  • Pin pnpm to v10 in workflows
  • Update Nu version matrix for workflows

Deps

  • Upgrade globby, typescript & undici
  • Upgrade typescript,lefthook,@​types/node,@​biomejs/biome,undici & @​actions/core
  • Upgrade undici,semver,lefthook,@​types/node & @​biomejs/biome

... (truncated)

Commits
  • 9215c80 Bump to v3.27
  • 97e718f ci skip
  • f8b70bd test: add a regression suite for release resolution and plugin registration (...
  • 8dd8c09 fix: stop polluting the workspace and the user's Nu config (#223)
  • c18baa5 fix: harden plugin registration, token handling and API pagination (#222)
  • 0a59049 fix: correct version range handling, check-latest and release fallback (#221)
  • e0fce91 fix: correct commit SHA pinning and release pagination (#220)
  • c11c3a5 deps: Upgrade @​vercel/ncc,globby and fix all pnpm audit warnings
  • 7e849a5 feat(nushell): support pinned commit sha (#219)
  • See full diff in compare view

Updates astral-sh/setup-uv from 9.0.0 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates cross-platform-actions/action from 1.3.0 to 1.5.0

Release notes

Sourced from cross-platform-actions/action's releases.

Cross Platform Action 1.5.0

Changed

  • NetBSD images download around 45% smaller -- 11.0 x86-64 goes from 497 MiB to 268 MiB -- which is most of what a NetBSD job spends on setup (#151)
  • Every guest becomes usable sooner, by up to 8 seconds, because the action no longer waits on a readiness probe it sent before the guest was listening
  • NetBSD guests are logged into without a credential, so no SSH key is generated and no resources disk is built to carry one. A custom image supplied through image_url still gets both, since it may expect them

Added

  • Add support for Haiku R1/beta6 (#165)
  • A variant input, selecting a named configuration of a platform. Defaults to default, which boots exactly as before, so no existing workflow changes. See Variants
  • The microvm variant for NetBSD on x86-64, which reaches a usable guest in roughly half the time. It is opt-in because it changes the hardware the guest sees: the root disk becomes ld0 rather than sd0, there is no PCI bus to inspect, and uname -v reports a MICROVM kernel. Asking for it where it cannot be booted is an error, not a slow boot
  • Log a breakdown of how long each phase of setting up the VM took, together with how long the VM took to become reachable over SSH

Fixed

  • 5-level paging (LA57) is no longer exposed to the guests on x86-64 (#158). FreeBSD 13.0 enables 5-level paging whenever the CPU reports it and panics in the trampoline that switches to it, so every job that landed on an Intel runner from Ice Lake onwards failed to boot
  • STIBP always-on mode is no longer exposed to the guests on x86-64 (#158). Some of the AMD runners report it without the STIBP and IBRS bits that normally come with it, which made DragonFly BSD write IA32_SPEC_CTRL and take a general protection fault while booting

Security

  • The guest's SSH port is only forwarded to the runner's loopback address. It was previously bound to every interface, making the guest reachable from anything that could reach the runner

Cross Platform Action 1.4.0

Added

  • Add support for FreeBSD on RISC-V 64 (riscv64) (#36)
  • Add support for NetBSD on VAX, running on the SIMH simulator
  • Add support for NetBSD 11.0 (#154)

Changed

... (truncated)

Changelog

Sourced from cross-platform-actions/action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • DragonFly BSD guests no longer occasionally start a job without working connectivity (#164). The image configured its interface with dhclient, which daemonizes before the DHCP exchange finishes, so the boot never waited for the network and the first step could run while the guest still had no route off its own subnet. The image now configures the interface statically, from the lease user mode networking hands out identically on every boot

[1.5.0] - 2026-08-28

Changed

  • NetBSD images download around 45% smaller -- 11.0 x86-64 goes from 497 MiB to 268 MiB -- which is most of what a NetBSD job spends on setup (#151)
  • Every guest becomes usable sooner, by up to 8 seconds, because the action no longer waits on a readiness probe it sent before the guest was listening
  • NetBSD guests are logged into without a credential, so no SSH key is generated and no resources disk is built to carry one. A custom image supplied through image_url still gets both, since it may expect them

Added

  • Add support for Haiku R1/beta6 (#165)
  • A variant input, selecting a named configuration of a platform. Defaults to default, which boots exactly as before, so no existing workflow changes. See Variants
  • The microvm variant for NetBSD on x86-64, which reaches a usable guest in roughly half the time. It is opt-in because it changes the hardware the guest sees: the root disk becomes ld0 rather than sd0, there is no PCI bus to inspect, and uname -v reports a MICROVM kernel. Asking for it where it cannot be booted is an error, not a slow boot
  • Log a breakdown of how long each phase of setting up the VM took, together with how long the VM took to become reachable over SSH

Fixed

  • 5-level paging (LA57) is no longer exposed to the guests on x86-64 (#158). FreeBSD 13.0 enables 5-level paging whenever the CPU reports it and panics in the trampoline that switches to it, so every job that landed on an Intel runner from Ice Lake onwards failed to boot
  • STIBP always-on mode is no longer exposed to the guests on x86-64 (#158). Some

... (truncated)

Commits
  • faa0c61 Release 1.5.0
  • b77f084 Add support for Haiku R1/beta6
  • 0633e66 Don't expose 5-level paging or STIBP always-on mode to the guests
  • 1f9f9c4 Merge pull request #162 from cross-platform-actions/claude/netbsd-11-microvm-...
  • e631103 Point NetBSD at the release that publishes bundles
  • 3a86b11 Tell the microvm guest its TSC is invariant
  • 21a2790 Bump the bundled QEMU resources to v2.0.0
  • 591c34e Download NetBSD images as a bundle and boot the kernel directly
  • 7668283 Add a variant input for picking a configuration of a platform
  • 2e33c21 Bound a readiness probe well below the command timeout
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 30, 2026
@codecov

codecov Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.69%. Comparing base (630c511) to head (c0c03d1).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #439   +/-   ##
=======================================
  Coverage   92.69%   92.69%           
=======================================
  Files          23       23           
  Lines        3820     3820           
=======================================
  Hits         3541     3541           
  Misses        279      279           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@2bndy5

2bndy5 commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps the actions group with 4 updates in the / directory: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall), [hustcer/setup-nu](https://github.com/hustcer/setup-nu), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [cross-platform-actions/action](https://github.com/cross-platform-actions/action).


Updates `cargo-bins/cargo-binstall` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](cargo-bins/cargo-binstall@e00d2c9...75b4bfa)

Updates `hustcer/setup-nu` from 3.26 to 3.27
- [Release notes](https://github.com/hustcer/setup-nu/releases)
- [Changelog](https://github.com/hustcer/setup-nu/blob/main/CHANGELOG.md)
- [Commits](hustcer/setup-nu@f3fd653...9215c80)

Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@c771a70...20cfd1b)

Updates `cross-platform-actions/action` from 1.3.0 to 1.5.0
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](cross-platform-actions/action@5ea7e8e...faa0c61)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: cargo-bins/cargo-binstall
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: cross-platform-actions/action
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: hustcer/setup-nu
  dependency-version: '3.27'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-f9d25b7bdb branch from cf5d229 to c0c03d1 Compare September 7, 2026 23:15
@2bndy5
2bndy5 merged commit 9b71055 into main Sep 8, 2026
58 checks passed
@2bndy5
2bndy5 deleted the dependabot/github_actions/actions-f9d25b7bdb branch September 8, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant